ComponentOne ASP.NET MVC Controls
MaxDropDownWidth Method

C1.Web.Mvc.Fluent Namespace > ComboBoxBaseBuilder<T,TControl,TBuilder> Class : MaxDropDownWidth Method
The value.
Configurates C1.Web.Mvc.ComboBoxBase<T>.MaxDropDownWidth. Sets the maximum width of the drop-down list.
Syntax
'Declaration
 
Public Function MaxDropDownWidth( _
   ByVal value As Double _
) As TBuilder
public TBuilder MaxDropDownWidth( 
   double value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ComboBoxBaseBuilder<T,TControl,TBuilder> Class
ComboBoxBaseBuilder<T,TControl,TBuilder> Members